home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 751-760 / 754 / xpk / readme.developer < prev    next >
Text File  |  1995-03-18  |  3KB  |  115 lines

  1.                    ======================================
  2.                    XPK - The external compression library
  3.                    ======================================
  4.  
  5.  
  6.                                ---------------
  7.                                FOR PROGRAMMERS
  8.                                ---------------
  9.  
  10.  examples/makefile
  11.  examples/xpkdice.c
  12.  examples/xpkmanx.c
  13.  examples/xpksas.c
  14.  examples/xpkgcc.c
  15.  examples/xsum.asm
  16.  examples/xsum.c
  17.  examples/xsum2.c
  18.  
  19. xpk<compiler> are plain file packers for the four most well-known C
  20. compilers. xSum.c adds up all the bytes in a file, no matter if 
  21. compressed or not. xSum2.c does the same without ever reading the
  22. whole file. xSum.asm is the assembler version of xSum.
  23.  
  24.  
  25.  include/libraries/xpk.h
  26.  include/libraries/xpk.i
  27.  include/libraries/xpksub.h
  28.  include/libraries/xpksub.i
  29.  include/inline/xpk.h
  30.  include/inline/xpksub.h
  31.  include/xpkmaster.fd
  32.  include/xpksub.fd
  33.  
  34. The include files for various compilers.
  35.  
  36.  
  37.  lib/xpkdice.lib
  38.  lib/xpkmanx.lib
  39.  lib/xpksas.lib
  40.  
  41. The link-libraries. DICE always need one, and the other languages need them
  42. for the ...Tags() version of the XPK calls.
  43.  
  44.  
  45.  rlen/makefile
  46.  rlen/xpkRLEN.c
  47.  
  48. A sample compression library. Contact me if you write another.
  49.  
  50.  
  51.  enco/makefile
  52.  enco/xpkENCO.c
  53.  
  54. A sample encryption library. Contact me if you write another.
  55.  
  56.  
  57.  huff/
  58.  
  59. The assembly source for the HUFF compression lib.
  60.  
  61.  
  62.  sources/makefile
  63.  sources/xDir.c
  64.  sources/xPK.c
  65.  sources/xQuery.c
  66.  sources/xType.c
  67.  
  68. The sources for the according clients.
  69.  
  70.  
  71.  oberon/examples/xpk.mod           
  72.  oberon/examples/xsum.mod          
  73.  oberon/interfaces/XpkMaster.mod   
  74.  oberon/interfaces/XpkSubCalls.mod 
  75.  oberon/interfaces/XpkSubDefs.mod
  76.  
  77. Oberon interface to XPK.
  78.  
  79.  
  80.  modula2
  81.  
  82. Modula-2 interface to XPK (M2Amiga)
  83.  
  84.  
  85.                                   ---------
  86.                                   COPYRIGHT
  87.                                   ---------
  88.  
  89. XPK is copyrighted by its authors. It may be used for non-commercial
  90. purposes. For further questions refer to
  91.  
  92.    Urban Dominik Müller
  93.    Schulhausstrasse 83
  94. CH-6312 Steinhausen
  95.    SCHWEIZ
  96.  
  97.    umueller@amiga.physik.unizh.ch
  98.  
  99.  
  100.  
  101.                                    -------
  102.                                    AUTHORS
  103.                                    -------
  104.  
  105. U. Dominik Mueller  XPK concept, xpkmaster.library, NUKE, RLEN, NONE, ENCO
  106. Bryan Ford          XPK concept, xpkmaster.library, BLZW
  107. Peter Struijk       Imploder, IMPL
  108. Nico Francois       PowerPacker
  109. Kristian Nielsen    XFH
  110. Martin A. Blatter   xDrop
  111. Christian Schneider XPK concept, xLoadSeg
  112. Christian Weber     iff.library adaptation, ShowIFF, MoviePro
  113. Markus Wild         GCC interface & examples
  114. Harmut Goebel       Oberon interface & examples
  115.